home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 February / UG2.ISO / Programos / OutpostSecuritySuiteProInstall_samag.exe / {code_GetDest} / SandBox.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2008-12-24  |  2.1 KB  |  74 lines

  1. ;Copyright (c) 2005-2008 Agnitum Ltd. All rights Reserved
  2. [Version]
  3. Signature    = "$Windows NT$"
  4. Class        = "SecurityEnhancer"                ;This is determined by the work this filter driver does
  5. ClassGuid     = {d02bc3da-0c8e-4945-9bd5-f1883c226c8c}    ;Class = SecurityEnhancer
  6. Provider     = %MfgName%
  7. CatalogFile    = %ImageName%.cat ; Catalog files are supplied by the Microsoft Windows Hardware Quality Lab (WHQL)
  8. DriverVer=12/24/2008,2.3.663.2008
  9.  
  10. [DestinationDirs]
  11. DefaultDestDir    = 12
  12. DriverFiles    = 12 ;%windir%\system32\drivers
  13.  
  14. [SourceDisksNames]
  15. 1 = %Disk1%
  16.  
  17. [SourceDisksFiles]
  18. %ImageName%.sys = 1
  19.  
  20. ;; Default install sections
  21. [DefaultInstall]
  22. OptionDesc    = %ServiceDesc%
  23. CopyFiles    = DriverFiles
  24.  
  25. [DefaultInstall.Services]
  26. AddService    = %ServiceName%,,Service
  27.  
  28. ;; Default uninstall sections
  29. [DefaultUninstall]
  30. DelFiles    = DriverFiles
  31. DelReg        = DelRegistry
  32.  
  33. [DefaultUninstall.Services]
  34. DelService    = %ServiceName%
  35.  
  36. ;; Services Section
  37. [Service]
  38. DisplayName    = %ServiceName%
  39. Description    = %ServiceDesc%
  40. ServiceBinary    = %12%\%ImageName%.sys    ;%windir%\system32\drivers\SandBox.sys
  41. ServiceType    = 1
  42. StartType    = 1    ; SERVICE_SYSTEM_START
  43. ;StartType    = 0    ; SERVICE_BOOT_START
  44. ErrorControl    = 1    ; SERVICE_ERROR_NORMAL
  45. ;LoadOrderGroup    = "Base"
  46. AddReg        = AddRegistry
  47.  
  48. ;; Registry Modifications
  49. [AddRegistry]
  50. HKLM,%Registry%,"DebugFlags",0x00010001,0
  51. HKR,Parameters,ConfigPath,,"\SystemRoot\System32\"
  52. ;;HKR,Parameters,VdbPath,,"\SystemRoot\System32\Filt\vdb9.xml"
  53. HKR,Parameters,VdbPath,,"\SystemRoot\System32\Filt\vdb.xml"
  54. HKR,Parameters,QuarantinePath,,"\SystemRoot\System32\Filt\qua"
  55. HKR,Parameters,TempPath,,"\SystemRoot\System32\Filt\tmp"
  56. HKR,Parameters,ASWdbPath,,"\SystemRoot\System32\Filt\spy6_main.sdb"
  57.  
  58. [DelRegistry]
  59. HKLM,%Registry%,"DebugFlags"
  60. HKLM,%Registry%,"Parameters"
  61.  
  62. ;; Copy Files
  63. [DriverFiles]
  64. %ImageName%.sys
  65.  
  66. ;; String Section
  67. [Strings]
  68. MfgName        = "Agnitum, Ltd."
  69. ServiceName = "SandBox"
  70. ServiceDesc = "Agnitum Host Protection Component"
  71. ImageName   = "SandBox"
  72. Registry    = "System\CurrentControlSet\Services\SandBox"
  73. Disk1        = "SandBox Source Media"
  74.